megacosm
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

react-router

A components library for React

Features

  • A concise and friendly API
  • A set of high-performance React components out of the box.
  • Always backward compatible
  • Flexible theme customization

Requirements

react >= 16.0.0
react-dom >= 16.0.0

Browsers support

IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari OperaOpera ElectronElectron
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

Installation

yarn add megacosm

// or

npm install megacosm

CDN

<link rel="stylesheet" href="https://unpkg.com/megacosm/dist/theme.default.css" />
<script crossorigin src="https://unpkg.com/megacosm/dist/megacosm.min.js"></script>

Usage

import { Button } from 'megacosm';

<Button />

And import style manually:

import 'megacosm/dist/theme.default.css' 
// or 'megacosm/dist/theme.antd.css'

Internationalization

See i18n

Links

Development

clone locally:

$ git clone git@github.com:MegaCosm/MegaCosm.git
$ cd megacosm
$ yarn
$ yarn start

Open your browser and visit http://localhost:3000

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i megacosm

Weekly Downloads

0

Version

0.1.4

License

MIT

Unpacked Size

12.4 MB

Total Files

1485

Last publish

Collaborators

  • apremkumarnkl