looply-comp-lib
v0.1.2
Published
simple ui component
Maintainers
Readme
looply-comp-lib
A simple React component library.
Installation
npm install looply-comp-libUsage
import { Accordion, Hero, Drawer } from 'looply-comp-lib'
function App() {
return (
<div>
<Hero title="Welcome" />
<Accordion />
<Drawer />
</div>
)
}Components
| Component | Description |
|---|---|
| Accordion | Expandable/collapsible content sections |
| BarChart | Simple bar chart visualisation |
| CardText | Card with text content |
| Carousel | Image carousel/slider |
| Chat | Chat interface component |
| Drawer | Slide-out drawer panel |
| Hero | Hero banner section |
| ThemeSwitch | Light/dark theme toggle |
Peer Dependencies
This library requires the following in your project:
react>= 18react-dom>= 18next(for components usingnext/image)next-themes(for ThemeSwitch)
License
ISC
