0.2.1 • Published 2 months ago
@stratakit/bricks v0.2.1
@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/bricks
Usage
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.