@byteclaw/visage
v1.0.0-alpha.67
Published
Design system based set of UI components for React applications.
Downloads
485
Readme
@byteclaw/visage
Visage is a design system based set of UI components for React applications. It's goal is to provide you building blocks for rapid UI development and bridge the gap between designer and developer by establishing a common language.
Installation
npm install @byteclaw/visage
# or
yarn add @byteclaw/visage
Usage
import { DesignSystem, Text } from '@byteclaw/visage';
import React from 'react';
<DesignSystem>
<YourApp />
</DesignSystem>;
Documentation
Please visit https://visage.design.
License
MIT