@byteclaw/visage

Design system based set of UI components for React applications.

Usage no npm install needed!

<script type="module">
  import byteclawVisage from 'https://cdn.skypack.dev/@byteclaw/visage';
</script>

README

@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