Skip to content

Commit

Permalink
Merge pull request #9 from NethermindEth/dev
Browse files Browse the repository at this point in the history
fix: update readme (#8)
  • Loading branch information
prix0007 authored Sep 9, 2023
2 parents 6dd00c4 + c911268 commit 167d12d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ This package helps you render the forms via abi, and have input validations buil

# Usage in You Dapp

- `npm install starknet-react-abi-ui`
- `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](./example/react-app/starknet-abi-form-driver/src/App.tsx)
- Sample usage you can checkout at [/example/react-app/starknet-abi-form-driver](https://github.com/NethermindEth/starknet-abi-form/tree/dev/example/react-app/starknet-abi-form-driver/src/App.tsx)
- To Import form styles
- `import "starknet-react-abi-ui/index.css";` from your usage.
- `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](./example/react-app/starknet-abi-form-driver/)
- Checkout sample react project at [/example/react-app/starknet-abi-form-driver](https://github.com/NethermindEth/starknet-abi-form/tree/dev/example/react-app/starknet-abi-form-driver/)

# Overriding CSS

Expand Down

0 comments on commit 167d12d

Please sign in to comment.