0.0.7 • Published 3 years ago

lil-template v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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';
0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago