@thevsstech/react-slots
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@thevsstech/react-slots

A vue-like slots package to be used in your react project

NPM JavaScript Style Guide

Install

npm install --save @thevsstech/react-slots

Usage

import React, { Component } from 'react'

import MyComponent from '@thevsstech/react-slots'
import '@thevsstech/react-slots/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © thevsstech

Readme

Keywords

none

Package Sidebar

Install

npm i @thevsstech/react-slots

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

12.5 kB

Total Files

11

Last publish

Collaborators

  • thevsstech