1.0.2 • Published 2 years ago

ssuite v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ssuite

ui components

NPM JavaScript Style Guide

Install

npm install --save ssuite

Usage

import React from 'react'
import { Avatar } from 'ssuite'
import '../node_modules/ssuite/lib/dist/ssuite.css'

function App() {
  return (
    <div className='App'>
      <Avatar
        src={
          'https://avatars3.githubusercontent.com/u/12098981?s=460&u=f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f&v=4'
        }
      >
        Aj
      </Avatar>
    </div>
  )
}

export default App

License

MIT © ajmalp5