alwinsDen / ananya-ui

Focused, clean UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ananya UI

NPM registry: https://www.npmjs.com/package/@alwinsden/ananya-ui

GitHub: https://github.com/alwinsDen/ananya-ui

Installation and usage

Add the library to project

npm i @alwinsden/ananya-ui

Import the CSS properties in root file [index.tsx]

import "@alwinsden/ananya-ui/dist/style.css"

Adding a default button from library

import {AnUIDefaultButton} from "@alwinsden/ananya-ui";
import './App.css';
function App() {
  return (
        <AnUIDefaultButton>
          Click me.
        </AnUIDefaultButton>
  );
}
export default App;

Contributing

Clone the repository

git clone git@github.com:alwinsDen/ananya-ui.git

Install required dependencies

npm install

Create a usable build of the library

npm run build

Code reformatting

prettier . --write

About

Focused, clean UI.

License:MIT License


Languages

Language:TypeScript 51.3%Language:SCSS 39.0%Language:JavaScript 6.0%Language:CSS 3.7%