1.1.5 • Published 1 year ago

@anil-sangwa/ui-components v1.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

@anil-sangwa/ui-components

A collection of reusable UI components for React.

Installation

Install the package using npm:

npm install @anil-sangwa/ui-components

Or with yarn:

yarn add @anil-sangwa/ui-components

Usage

Import and use the components in your React project:

import { Input } from '@anil-sangwa/ui-components';

function App() {
  return (
    <div>
      <Input name="name" value={'Anil'} />
    </div>
  );
}

export default App;

Available Components

Input

Description of what the component does.

Props

NameTypeDefaultDescription
namestring""name of input element
valuestring""Value of input

Development

Build

To build the project, run:

npm run build

Lint

To lint the code, run:

npm run lint

Format

To format the code, run:

npm run format

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

ISC © Anil Sangwa

Issues

If you find a bug, please file an issue on the issue tracker.

Changelog

All notable changes to this project will be documented in this file.

1.1.1

1 year ago

1.1.0

1 year ago

1.0.7

1 year ago

1.1.5

1 year ago

1.0.6

1 year ago

1.1.4

1 year ago

1.0.5

1 year ago

1.1.3

1 year ago

1.0.4

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago