@hng-sdk/ui
v0.0.1
Published
UI component library for HNG SDK
Readme
@hng-sdk/ui
React UI component library for the HNG SDK.
Installation
npm install @hng-sdk/ui
# or
pnpm add @hng-sdk/ui
# or
yarn add @hng-sdk/uiUsage
import { Button, Card } from '@hng-sdk/ui';
function App() {
return (
<Card>
<Button>Click me</Button>
</Card>
);
}Peer Dependencies
This package requires React 18+ as a peer dependency:
npm install react react-domLicense
ISC
