@sayakaya/aphrodite
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Aphrodite

SayaKaya React UI Library

Installation

To install this library, you can use npm:

npm install @sayakaya/aphrodite antd@5.15.1

Or, if you prefer yarn:

yarn add @sayakaya/aphrodite antd@5.15.1

Usage

Here's a basic example of how to use this library:

import { Button } from '@sayakaya/aphrodite';

export default () => (
  <>
    <Button buttonVariant="primary">PRESS ME</Button>
  </>
);

Developing

This project uses Storybook for developing and testing UI components. To start the Storybook server, run:

npm run storybook

Readme

Keywords

none

Package Sidebar

Install

npm i @sayakaya/aphrodite

Weekly Downloads

4

Version

0.1.5

License

none

Unpacked Size

3.99 MB

Total Files

86

Last publish

Collaborators

  • sayakaya