lil-template
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

Lil' template

Typescript, Rollup, SCSS modules template for bootstraping those projects where we can avoid using pre-made suite of components.

You should declare 'external' deps as in:

// rollup.config.js
export default {
    // ...
    external: ['react', 'react-dom'], // add deps to []
};

Use as:

// file.tsx
import { Col, Row, Spacer } from './lib';

Readme

Keywords

none

Package Sidebar

Install

npm i lil-template

Weekly Downloads

1

Version

0.0.7

License

ISC

Unpacked Size

127 kB

Total Files

30

Last publish

Collaborators

  • polmoneys