npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@bitcurve/flint-react-ui

v0.0.2

Published

Intended to be used in conjunction with `@bitcurve/flint-tailwind` (a peer dependency) and alongside `@bitcurve/flint-react-ui`.

Downloads

1

Readme

@bitcurve/flint-react-ui

Intended to be used in conjunction with @bitcurve/flint-tailwind (a peer dependency) and alongside @bitcurve/flint-react-ui.

Consuming this Package

The consuming project must add this package to their tailwind config file's content array so that tailwind classes are properly processed and purged during build:

content: [
  // ...
  './node_modules/@bitcurve/flint-react-ui/dist/**/*.{js,ts,jsx,tsx}',
  // ...
]

This package also exports a style.css generated by tailwindcss during the package build process.

The generated stylesheet does not include the tailwind preflight (base) styles or components styles with the assumption that the consuming project may have its own base styles. Refer to tailwind's docs: https://tailwindcss.com/docs/preflight.

Boilerplate Docs Generated By Vite + React Template

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Notes for Future

See inline postcss replace plugin example: Note the default regex in the code matches {{ x }} and {{x}}.

https://github.com/GovAlta/ui-components/blob/de245a79405082d8811cf6813148b6149b98d557/libs/web-components/utils/postcss-replace.js

Note how the example uses it here and provides override patterns to replace css variables being used as placeholders with css. https://github.com/GovAlta/ui-components/blob/9fac217383ea8ce742dc7e5f54dcb351450a8418/libs/web-components/vite.config.js#L8

Current Issue

packages/react-ui build: [vite:dts] Start rollup declaration files...
packages/react-ui build: Analysis will use the bundled TypeScript version 5.4.2
packages/react-ui build: *** The target project appears to use TypeScript 5.5.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
packages/react-ui build: x Build failed in 8.66s
packages/react-ui build: error during build:
packages/react-ui build: [vite:dts] Internal Error: Unable to follow symbol for "HTMLTableCellElement"
packages/react-ui build: You have encountered a software defect. Please consider reporting the issue to the maintainers of this application.
Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.5.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.