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.

Check out the live demo to see the components in action.

Importing Components

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 updated