Grommet Controls

screenshot of Grommet Controls
gatsby
nextjs
react
styled-components

grommet 2 controls

Overview:

Grommet Controls is a pack of extensions designed specifically for Grommet 2, a popular web UI framework. It provides a set of components and features that enhance the functionality and usability of Grommet, making it easier for developers to build stylish and interactive user interfaces. Whether you need advanced table components, form validations, or customizable input fields, Grommet Controls has you covered. With its comprehensive documentation and active community support, it is an invaluable tool for developers looking to enhance their Grommet projects.

Features:

  • PagingTable: A Grommet 2 table component with pagination, filtering, footer, child rows, and grouping.
  • Card: A Card-type container.
  • Tag: A tag control with a label and icon.
  • Tags: A list of tags that can be removed.
  • Notification: A Box to display notification messages.
  • Colors: A color selection element, with custom color palettes.
  • ImageStamp: A small image stamp used for avatars or image thumbnails.
  • DropInput: An Input control with an optional drop button with the specified 'dropContent' or widgets.
  • MaskedInput: A masked Input control with an optional drop button with the specified 'dropContent'.
  • DateInput: A masked date entry field with a drop-down calendar.
  • NumberInput: A masked number input, with widgets to increment/decrement the value.
  • PasswordInput: A password field with show/hide password toggle.
  • EmailInput: A masked input with a default mask for handling email addresses.
  • ColorInput: A masked color entry field, with a drop button to select a color.
gatsby
Gatsby

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.