Skip to content

Commit

Permalink
Add codeparrot.ai to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
icflorescu committed Nov 26, 2024
1 parent d4b6eea commit f5dba68
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ The [lightweight](https://bundlephobia.com/package/mantine-datatable), dependenc
**⚠️ Mantine DataTable V7 is compatible with Mantine V7.**
**💡 If you're looking for the old version that works with [Mantine V6](https://v6.mantine.dev), head over to [Mantine DataTable V6](https://icflorescu.github.io/mantine-datatable-v6).**


## Mantine DataTable AI Bot

[Mantine DataTable](https://codeparrot.ai/oracle?owner=icflorescu&repo=mantine-datatable) Bot will help you understand this repository better. You can ask for code examples, installation guide, debugging help and much more.


## Features

- **Lightweight** - no external dependencies, [no bloat](https://bundlephobia.com/package/mantine-datatable)
Expand Down Expand Up @@ -60,6 +54,10 @@ If you're using Mantine DataTable in your project, please drop me a line at the

Visit [icflorescu.github.io/mantine-datatable](https://icflorescu.github.io/mantine-datatable/) to view the full documentation and learn how to use it by browsing a comprehensive list of examples.

## Mantine DataTable AI Bot

[Mantine DataTable AI Bot](https://codeparrot.ai/oracle?owner=icflorescu&repo=mantine-datatable), kindly provided by [CodeParrot](https://codeparrot.ai), will help you understand this repository better. You can ask for code examples, installation guide, debugging help and much more.

## Quickstart

Create a new [application with Mantine](https://mantine.dev/getting-started/), make sure to have the `clsx` peer dependency installed,
Expand Down
11 changes: 9 additions & 2 deletions components/PackageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@ const USERS: {
logo: { base: 'easywp', ext: 'svg', themed: true },
link: 'https://www.easywp.com',
},
{
name: 'CodeParrot.AI',
showText: true,
logo: { base: 'codeparrot', ext: 'svg', shift: 3, scale: 110 },
link: 'https://codeparrot.ai',
shift: 1,
},
{
name: 'SegmentX',
showText: true,
logo: { base: 'segmentx', ext: 'png', shift: 6, scale: 110 },
logo: { base: 'segmentx', ext: 'png', shift: 5, scale: 110 },
link: 'https://segmentx.ai',
shift: 1.75,
shift: 1.5,
},
{
name: 'Aquarino',
Expand Down
1 change: 1 addition & 0 deletions public/users/codeparrot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5dba68

Please sign in to comment.