Comment on page
Components
Gravity comes packaged with a library of pre-built components that you can piece together to build your own user interface without any design skills.
You can import components from a global library file rather than having to remember where each component is stored.
import { Form, Card } from 'components/lib';
Each component has its section of the documentation where you will find code examples.
Last modified 2mo ago