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.
Below are the screenshots for each component in both light and dark themes.
To install the library, run:
npm install @silentfellow/abstract-ui
To use a component, import it into your project:
import { Breadcrumbs } from 'abstract-ui';
function App() {
return (
<div>
<Breadcrumbs />
</div>
);
}
export default App;
For detailed documentation, please visit Abstract UI Documentation.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.