oauch / neat-ui

Just Neat and Simple React UI

Home Page:https://neat-ui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐ŸŸข Neat-UI

NPM Downloads

Just Neat and Simple React UI


โš™๏ธ Install

npm i @oauch/neat-ui

๐Ÿ  Documentation

Neat-UI


๐Ÿ’ฌ StoryBook

StoryBook


โœ… How to use

import { Alert } from "@oauch/neat-ui";

const App = () => {
  return (
    <div>
      <Alert status="success">success</Alert>
      <Alert status="info">info</Alert>
      <Alert status="warning">warning</Alert>
      <Alert status="error">error</Alert>
    </div>
  );
};

export default App;

About

Just Neat and Simple React UI

https://neat-ui.vercel.app


Languages

Language:TypeScript 98.4%Language:JavaScript 1.0%Language:CSS 0.6%