brickbot-ui
v0.1.4
Published
This is the official BrickBot FTC Team design language component library, to be used across all of its web platforms.
Maintainers
Readme
BrickBot UI
This is the official React Component library of FTC Team #15996 BrickBot. It is intended to be used across the team's web platforms.
Installation
To install the package you should run the following command:
npm install brickbot-uiUsage
You need to add the library CSS file into your CSS file:
import "brickbot-ui/style.css";Then you can just import the components like this:
import { IconCard } from "brickbot-ui";
import { LinkCard } from "brickbot-ui";