rama-ui

React design system.

Usage no npm install needed!

<script type="module">
  import ramaUi from 'https://cdn.skypack.dev/rama-ui';
</script>

README

Build Status

Rama Design

React design system.

Information

Rama Design System

Getting started

yarn add --dev rama-ui

Example

import React from 'react';
import { Badge } from 'rama-ui';

function App() {
  return (
    <div>
        <Badge type="danger">Badge</Badge>
    </div>
  );
}

export default App;