Skip to content

Starkdefi/starkdefi-components-lib

Repository files navigation

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>
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published