Skip to content

Latest commit

 

History

History

visage

@byteclaw/visage

@byteclaw/visage version License

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