1.0.23-beta • Published 1 year ago

@starkdefi/starkdefi-components-lib v1.0.23-beta

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

Starkdefi Component Library

Publish to GitHub Packages

This is a component library package for Starkdefi built with React, Typescript, and TailwindCSS.

Getting Started

Prerequisites

Installation

  1. Clone the repo
git clone
  1. Install NPM packages
pnpm install
  1. Run the development server
pnpm start

Usage

Import the components you need from the library.

import { Button } from 'starkdefi-component-lib'

const App = () => {
  return <Button btnType="ringed">Click me</Button>
}
1.0.23-beta

1 year ago