Small, modular components for StrataKit
npm install @stratakit/bricksSmall, modular components for StrataKit.
Bricks can be assembled to create larger, more functional experiences.
Using your package manager of choice, install the latest version of @stratakit/bricks.
``console`
npm add @stratakit/bricks
Assuming that the @stratakit/foundations package has been set up correctly, you can import and use any components from @stratakit/bricks.
`jsx
import { Button } from "@stratakit/bricks";
function App() {
return ;
}
`
For more details on using specific features, refer to the inline documentation available on every component and prop.
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.