@stratakit/bricks
v0.5.4
Published
Small, modular components for StrataKit
Downloads
13,505
Readme
@stratakit/bricks
Small, modular components for StrataKit.
Bricks can be assembled to create larger, more functional experiences.
Installation
Using your package manager of choice, install the latest version of @stratakit/bricks.
npm add @stratakit/bricksUsage
Assuming that the @stratakit/foundations package has been set up correctly, you can import and use any components from @stratakit/bricks.
import { Button } from "@stratakit/bricks";
function App() {
return <Button>Hello</Button>;
}For more details on using specific features, refer to the inline documentation available on every component and prop.
Contributing
Are you interested in helping StrataKit grow? You can submit feature requests or bugs by creating issues.
If you're interested in contributing code, please read CONTRIBUTING.md for more information.
