0.4.1 • Published 9 months ago

@0xforkitall/ui-kit v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@0xforkitall/ui-kit

Design system, UI components and utilities for React applications.

Installation

Use npm or yarn to install the package:

yarn add @0xforkitall/ui-kit

Usage

Import the ui-kit styles and start using the package in your application:

import React from 'react';
import { ButtonLink } from '@0xforkitall/ui-kit';
import '@0xforkitall/ui-kit/styles.scss';

export const Application: React.FC = () => {
    <Button variant="primary" onClick={() => alert('button click')}>
        UI-Kit button
    </ButtonLink>
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT