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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.70latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.70
0.0.60
0.0.50
0.0.41
0.0.31

Package Sidebar

Install

npm i lil-template

Weekly Downloads

2

Version

0.0.7

License

ISC

Unpacked Size

127 kB

Total Files

30

Last publish

Collaborators

  • polmoneys