react-playground
    Preparing search index...

    react-playground

    react-playground

    codecov

    This is a repository for practicing React. Create React components and check them with Storybook or write tests. It only deals with content that is closed to React. It does not handle Next.js, etc. For Next.js, see https://github.com/kitsuyui/nextjs-playground/ . For TypeScript, see https://github.com/kitsuyui/ts-playground/ .

    Concept

    If you know how to use raw HTML, you know how to use it, so wrap it as it is as much as possible.

    If there is a size specification, display it with that size. If there is no size specification, it is interpreted as width: auto, height: auto

    The size is determined by the font size specification.

    • [x] npm package of components
    • [x] Snapshot test of components
    • [x] Storybook of components
    • [x] Test coverage
    • [ ] Separation method that maintains the extensibility of styles
    • [x] @kitsuyui/react-clock npm version ... Clock
    • [x] @kitsuyui/react-timer npm version ... Pomodoro timer
    • [x] @kitsuyui/react-stopwatch npm version ... Stopwatch
    • [x] @kitsuyui/react-dekamoji npm version ... Display big text whole screen
    • [x] @kitsuyui/react-wavebox npm version ... Variable size box (for debug)
    • [x] @kitsuyui/react-treemap npm version ... Put the box in the box like as marimekko chart
    • [x] @kitsuyui/react-measure npm version ... Display size of the box (for debug)
    • [x] @kitsuyui/react-textfield npm version ... Text field (input, textarea) with IME support
    • [ ] Alarm
    • [ ] Dice

    MIT