npm.io
1.0.14 • Published 5 years ago

sc-react-library

Licence
MIT
Version
1.0.14
Deps
4
Size
804 kB
Vulns
0
Weekly
0

Social Card | UIT KIT

Набор базовых компонент на фреймворке React

Install

# npm
npm install --save sc-react-library

# yarn
yarn add sc-react-library

Usage

import * as React from 'react';
import 'social-card-react-library/dist/index.css';
import { Text } from 'social-card-react-library';

class Example extends React.Component {
   render() {
      return <Text>Hello, World!</Text>;
   }
}

License

MIT K@mil