zlaam-ui-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

A Ui Components Library

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:
import {} from "react";
import { Button } from "zlaam-ui-components";
const App = () => {
  return (
    <>
      <div className="">
        <Button
          className="text-red-500"
          onClick={() => {
            console.log("Hello");
          }}
        >
          Hello
        </Button>
      </div>
    </>
  );
};

export default App;

If it gives types warning then try this :

npm install --save-dev @types/zlaam-ui-components

  • 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

Readme

Keywords

Package Sidebar

Install

npm i zlaam-ui-components

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

169 kB

Total Files

11

Last publish

Collaborators

  • zlaam