@ai-pass/react-ui
React UI Library for ai-pass
UI library for ai-pass
npm install @ai-pass/react-ui
React UI Library for ai-pass
sh
npm install @ai-pass/react-ui
`
⚒ Configure
You need to wrap React App with ThemeProvider
`jsx
import { ThemeProvider } from "@ai-pass/react-ui";
// ...
root.render(
);
// ...
`
📕 Usage
`jsx
import { Button } from '@ai-pass/react-ui';
const MyComponent = () => {
return ;
}
`
☃️ Components
`jsx
``