1.0.2 • Published 6 months ago

@silentfellow/abstract-ui v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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

Screenshots

Below are the screenshots for each component in both light and dark themes.

Breadcrumbs

Breadcrumbs Light Breadcrumbs Dark

Command Palette

Command Palette Light Command Palette Dark

Content Copy

Content Copy Light Content Copy Dark

Date Picker

Date Picker Light Date Picker Dark

Expandable Text Area

Expandable Text Area Light Expandable Text Area Dark

Filter Dropdown

Filter Dropdown Light Filter Dropdown Dark

Image Input

Image Input Light Image Input Dark

Login Form

Login Form Light Login Form Dark

Pagination

Pagination Light Pagination Dark

Show More

Show More Light Show More Dark

Signup Form

Signup Form Light Signup Form Dark

Theme Switcher

Theme Switcher Light Theme Switcher Dark

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.