0.1.9 • Published 10 months ago
starknet-abi-forms v0.1.9
Starknet React ABI Form
This package helps you render the forms via abi, and have input validations built-in to help you build faster your dapp on starknet.
Usage in You Dapp
npm install starknet-abi-forms
- In your Dapp Import the
ABIForm
and use it.- Sample usage you can checkout at /example/react-app/starknet-abi-form-driver
- To Import form styles
import "starknet-abi-forms/index.css";
from your usage.- You can add your styling with as below by overriding css from a new css file.
- Checkout sample react project at /example/react-app/starknet-abi-form-driver
Using Custom CSS
Building Locally
pnpm install
- to install dependencies initiallypnpm dev
- to run in development mode in storybookyalc publish
- to publish to local pnpm store
RoadMap
- Support enums in function params
- Support for Cairo v1, v0
0.1.9-dev.2
10 months ago
0.1.9-dev.3
10 months ago
0.1.9-dev.1
10 months ago
0.1.8
11 months ago
0.1.7
11 months ago
0.1.9
10 months ago
0.1.6
1 year ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago