1.0.2 • Published 6 months ago
@silentfellow/abstract-ui v1.0.2
Abstract UI
Abstract UI is a component library for React and Next.js written in TypeScript. It contains a variety of components to help you build your web applications faster and more efficiently.
Components
- Breadcrumbs
- Command Palette
- Content Copy
- Date Picker
- Expandable Text Area
- Filter Dropdown
- Image Input
- Login Form
- Pagination
- Show More
- Signup Form
- Theme Switcher
Screenshots
Below are the screenshots for each component in both light and dark themes.
Breadcrumbs
Command Palette
Content Copy
Date Picker
Expandable Text Area
Filter Dropdown
Image Input
Login Form
Pagination
Show More
Signup Form
Theme Switcher
Installation
To install the library, run:
npm install @silentfellow/abstract-ui
Usage
To use a component, import it into your project:
import { Breadcrumbs } from 'abstract-ui';
function App() {
return (
<div>
<Breadcrumbs />
</div>
);
}
export default App;
Documentation
For detailed documentation, please visit Abstract UI Documentation.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License.