
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@byteclaw/visage-core
Advanced tools
CSS-in-js agnostic framework for design system development used by Visage Design System.
@byteclaw/visage-core
CSS-in-js agnostic framework for design system development used by Visage Design System.
npm install @byteclaw/visage
# or
yarn add @byteclaw/visage
import {
createComponent,
createTheme,
DesignSystem,
resolveStyleSheets,
} from '@byteclaw/visage-core';
// create component is used to create a system component
const Box = createComponent('div', {
displayName: 'Box',
styles: {
color: 'primary',
},
});
const theme = createTheme({
theme: {
color: {
primary: 'red',
},
},
});
// style generator is responsible for returning props that are used to style a component
// for example this one returns a style prop that is used directly on a component
// @byteclaw/visage uses emotion css-in-js therefore it returns className prop
function styleGenerator(styleSheets, ctx) {
// stylesheets is an array of stylesheets that should be merged
// ctx is current design system context, which contains an information about device viewport, theme, etc
return {
// deepmerges stylesheets and produces a final styleSheet for a component
style: resolveStyleSheets(styleSheets, ctx),
};
}
<DesignSystem theme={theme}>
<Box />
</DesignSystem>;
Please visit https://visage.design.
MIT
FAQs
CSS-in-js agnostic framework for design system development used by Visage Design System.
The npm package @byteclaw/visage-core receives a total of 4 weekly downloads. As such, @byteclaw/visage-core popularity was classified as not popular.
We found that @byteclaw/visage-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.