un4uthorized / sculptor

Sculptor is a powerful React library designed to help developers build useful high order components with ease. With Sculptor, developers can create complex components that can be reused across their projects, saving time and effort in the development process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sculptor

Sculptor is a powerful React library designed to help developers build useful high order components with ease. With Sculptor, developers can create complex components that can be reused across their projects, saving time and effort in the development process.

Installation

Sculptor is available as an [npm package]

npm install --save sculptor-react

Sculptor is a work in progress.

Todo

  • Add Currency other money types
  • Add Date Formatters
  • Boundary Checkers

Examples

withCurrency

import React from 'react';
import { withCurrency } from 'sculptor';

const MyComponent = (props) => {
  <input {...props}/>
}

export default withCurrency(MyComponent);

Consider to open an issue if you have any questions or suggestions.

License

MIT

About

Sculptor is a powerful React library designed to help developers build useful high order components with ease. With Sculptor, developers can create complex components that can be reused across their projects, saving time and effort in the development process.


Languages

Language:TypeScript 78.2%Language:CSS 18.1%Language:HTML 3.7%