1.0.25 • Published 4 years ago

@socialcard/uikit v1.0.25

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Social Card | UIT KIT

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

Install

# npm
npm install --save @socialcard/uikit

# yarn
yarn add @socialcard/uikit

Usage

import * as React from 'react';
import '@socialcard/uikit/dist/index.css';
import { Text } from '@socialcard/uikit';

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

License

MIT © K@mil

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.17

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.16

5 years ago

1.0.14

5 years ago