![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@eoscostarica/eoscr-components
Advanced tools
A collection of React Components for EOSIO.
Install the dependencies and devDependencies and start the server.
$ npm install eoscr-components --save
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 /> |
BPJsonGenerator | BPJsonGenerator | <BPJsonGenerator /> |
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
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
MIT © EOS Costa Rica
Thanks goes to these wonderful people (emoji key):
Xavier Fernandez 🤔 📝 📢 🚇 |
Teto Gomez 🤔 💻 👀 | JustinCast 💻 📖 📆 🚧 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
A collection of React Components for EOSIO
The npm package @eoscostarica/eoscr-components receives a total of 19 weekly downloads. As such, @eoscostarica/eoscr-components popularity was classified as not popular.
We found that @eoscostarica/eoscr-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.