2.0.2 • Published 1 year ago

idvor-components v2.0.2

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

Idris Cooks Component Library

Welcome to the Idris Cooks Component Library! This is a library of reusable UI components that can be used across your projects.

Installation

To install the component library, you can use npm: npm install

#Development

Clone the repository

git clone https://github.com/idrisreact/idris-cooks-component-lib/tree/main

Install dependencies

npm install

Start Storybook

npm run storybook

Usage

To use the components in your project, you can import them like this:

import { Button } from 'idris-cooks-component-library';

function MyComponent() {
  return (
    <Button>Click me!</Button>
  );
}



This Markdown file includes instructions for installation, usage, development, contributing, and licensing. It also includes a command to run Storybook using `npm run storybook`. You'll want to customize this file to match your specific library and its components.
2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

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