![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.
@loadsmart/loadsmart-ui
Advanced tools
Miranda UI
Miranda UI is a React components library. It works with Styled Components.
You need to have node 16 or the latest LTS version installed;
One option is to use NVM. You can run nvm use
or set it to run automatically in a directory with a .nvmrc file.
Install dependencies: yarn
If you don't have yarn, follow yarn installation docs
yarn add @loadsmart/loadsmart-ui
or
npm install @loadsmart/loadsmart-ui
You can check our Storybook here.
Clone locally:
git clone https://github.com/loadsmart/miranda.git
Go to folder:
cd miranda
Install all dependencies:
yarn
or
npm i
Run the application - you'll be able to see all components documentation in Storybook:
yarn dev
or
npm run dev
Open your browser and visit http://localhost:6006
To run tests:
yarn test
or
npm run test
We have all components stored inside src > components
.
When creating a new one, you must add its new folder following this pattern.
It's also essential to include the .stories
and .test
files to cover both documentation and quality standards.
We use semantic-release
to evaluate our commits and trigger automatic release to NPM. For that, please follow Conventional Commits, so your changes will properly be evaluated and published if that's the case.
FAQs
Miranda UI, a React UI library
The npm package @loadsmart/loadsmart-ui receives a total of 137 weekly downloads. As such, @loadsmart/loadsmart-ui popularity was classified as not popular.
We found that @loadsmart/loadsmart-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.