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

0.14.0 • Public • Published

Gwen

License npm stars coverage

if you're happy and you know it, star this repo
a @colinhacks production


Table of contents

Installation

To install the latest version:

npm install --save gwen
yarn add gwen

TypeScript versions

gwen@0.x is compatible with TypeScript 3.7+.

You must use "strict": true in your tsconfig.json! Otherwise you may get unexpected type errors.

Usage

import { Gwen } from 'gwen';

const gwen = new Gwen();

function Component() {
  return <p className={gwen.fontSize(14).color('blue').class}>Hello there</p>;
}

Changelog

version release notes
gwen@1.0 Initial release

Readme

Keywords

none

Package Sidebar

Install

npm i gwen

Weekly Downloads

27

Version

0.14.0

License

MIT

Unpacked Size

120 kB

Total Files

36

Last publish

Collaborators

  • colinmcd94
  • vriad