mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
.. | ||
.storybook | ||
assets | ||
components | ||
flow-typed | ||
.babelrc | ||
.flowconfig | ||
.gitignore | ||
.npmignore | ||
.svgrrc.json | ||
index.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.js |
insomnia-components
insomnia-components
is a React component library of UI elements needed to build Insomnia. Explore the components via Storybook!
SVGs
We use SVGR on the source SVGs to minify and convert them to React components. This conversion happens during npm run bootstrap
.
The generated icons can automatically be bound to the theme library built into Insomnia, by following a few rules. In the source SVG:
- All background colors should be black (#000)
- All foreground colors should be white (#FFF)
SVGR converts these colors to fill=''
and fill='currentColor'
respectively. These icons are exposed via svg-icon.js
, which sets the css fill
and color
of the SVG according to the required theme.
You can view the current icons available here.