
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
@polymathnetwork/polymesh-ui
Advanced tools
A library for Polymath's custom UI components. Check out [the docs here](https://polymath-ui-develop.netlify.com/) and [visit the Storybook](https://polymathnetwork.github.io/Polymesh-UI) for examples how to use it.
A library for Polymath's custom UI components. Check out the docs here and visit the Storybook for examples how to use it.
Clone the repo and run yarn to install all dependencies.
yarn build
For the development we recommend to work with Storybook playground which allows to easily preview component changes.
Start it with the following command:
yarn start
yarn test
The CI automatically deploys the latest Storybook from the main branch after each commit to gh-pages branch, which is then hosted here: https://polymathnetwork.github.io/Polymesh-UI/.
Heading and Paragraph primitives that have default, overridables, margins).
The component styles should not take into consideration its position in the app. It should be displayable anywhere.
You will use the primitives to "layout" your components in the final page (where they are being used).Don't
<Component style={{ marginTop: '30px' }} />
Do
<Box mr={30}>
<Component />
</Box>
Don't
<Page centered />
Do
<Page />
<PageCentered />
Parent.Child pattern..mdx file.#000 (or replace the hex value in the following command by the color of your SVG)images/{folder}npx @svgr/cli --icon --replace-attr-values "#000=currentColor" --ext tsx -d images/{folder}/generated images/{folder}images/icons/index.ts to export the icon componentExamples:
npx @svgr/cli --icon --replace-attr-values "#000000=currentColor" --ext tsx -d ./src/images/icons/generated ./src/images/icons`
npx @svgr/cli --icon --ext tsx -d src/assets/images/icons/generated src/assets/images/icons
FAQs
A library for Polymath's custom UI components. Check out [the docs here](https://polymath-ui-develop.netlify.com/) and [visit the Storybook](https://polymathnetwork.github.io/Polymesh-UI) for examples how to use it.
The npm package @polymathnetwork/polymesh-ui receives a total of 1,244 weekly downloads. As such, @polymathnetwork/polymesh-ui popularity was classified as popular.
We found that @polymathnetwork/polymesh-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.