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 own section of the documentation where you will find code examples – simply copy and paste the example into your application to use it.
Last modified 2yr ago