sc-react-library
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i sc-react-library

Weekly Downloads

0

Version

1.0.14

License

MIT

Unpacked Size

823 kB

Total Files

48

Last publish

Collaborators

  • emeleev