eoscr-components
A collection of React Components for EOSIO.
Table of Contents
Version
Installation
Install the dependencies and devDependencies and start the server.
$ npm install eoscr-components --save
Components
| Description | Tag |
---|
Create Account | Form to create a new account | <CreateAccount /> |
Get Account Information | Get an account information | <AccountInfo /> |
Input Hash | Input Text to create or validate HASH256 | <InputHash /> |
Dropzone Hash | Drop zone to handle files | <DropzoneHash /> |
Backdrop | Backdrop | <Backdrop /> |
Run locally
Local Development
We are using Storybook
is an open source tool for developing UI
components in isolation for React, Vue, and Angular.
It makes building stunning UIs organized and efficient.
npm run storybook
you can see more information about STORYBOOK
File Structure
Within the download you'll find the following directories and files:
eoscr-components/
├── .storybook
│ ├── main.js
│ ├── preview.js
│ ├── preview-head.html
│ └── styles-decorator.js
│
├── src
│ ├── api
│ │ └── eosjs-api.js
│ │
│ ├── config
│ │ └── index.js
│ │
│ ├── stories
│ │ ├── 0-AccountInfo.stories.js
│ │ ├── 1-CreateAccount.stories.js
│ │ ├── 2-InputHash.stories.js
│ │ ├── 3-Backdrop.stories.js
│ │ ├── 4-RicardianContract.stories.js
│ │ └── 5-DropzoneHash.stories.js
│ │
│ ├── utils
│ │ ├── convertHex2RGB.js
│ │ ├── convertVotesToEosVotes.js
│ │ ├── filereader.js
│ │ └── getRgbColorsFromHex.js
│ │
│ ├── AccountInfo.js
│ ├── Backdrop.js
│ ├── BPAvatar.js
│ ├── CreateAccount.js
│ ├── DropzoneHash.js
│ ├── FileComponent.js
│ ├── InputHash.js
│ ├── ProgressBar.js
│ ├── RicardianContract.js
│ └── index.js
│
├── .eslintrc
├── .gitignore
├── .prettierignore
├── README.md
├── prettier.config.js
└── package.json
License
MIT © EOS Costa Rica
Contributors
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!