Skip to content

ananya-ui 1.0.13

Install from the command line:
Learn more about npm packages
$ npm install @alwinsden/ananya-ui@1.0.13
Install via package.json:
"@alwinsden/ananya-ui": "1.0.13"

About this version

Ananya UI

npm registry: https://www.npmjs.com/package/@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 [email protected]:alwinsDen/ananya-ui.git

Install required dependencies

npm install

Create a usable build of the library

npm run build

Code reformatting

prettier . --write

Details


Assets

  • ananya-ui-1.0.13.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0