Skip to content

Commit b237c75

Browse files
authored
Merge pull request #16 from creativetimofficial/docs/add-assets
Docs: add assets
2 parents 6a26070 + ab22ca5 commit b237c75

10 files changed

+50
-47
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at tailwindjs@gmail.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at allframeworkscomponents@gmail.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Even if you have little to no experience with Tailwindcss, JavaScript or React,
66

77
## Reporting issues & features requests
88

9-
If you notice any bugs in the code, see some code that can be improved, or have features you would like to be added, please create a [bug report](https://github.com/tailwindjs/react-tailwindjs/issues/new?template=bug-report---.md) or a [feature request](https://github.com/tailwindjs/react-tailwindjs/issues/new?template=feature-request---.md)!
9+
If you notice any bugs in the code, see some code that can be improved, or have features you would like to be added, please create a [bug report](https://github.com/afc-org/react-tailwind/issues/new?template=bug-report---.md) or a [feature request](https://github.com/afc-org/react-tailwind/issues/new?template=feature-request---.md)!
1010

1111
If you want to open a PR that fixes a bug or adds a feature, then we can't thank you enough!
1212

@@ -16,7 +16,7 @@ Please feel free to take on any issue that's currently open. Just send a comment
1616

1717
## Submitting a pull request
1818

19-
Tailwindjs/react-tailwindjs is an open-source project, so pull requests are always welcomed (_always_ ❤️).
19+
**@afc/react-tailwind** is an open-source project, so pull requests are always welcomed (_always_ ❤️).
2020
What we ask you, is that before working on a large change, it is best to open an issue first to discuss it with the maintainers or if an issue was already opened, comment your intention of opening up a PR.
2121

2222
When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, don't bundle more than one feature or bug fix per pull request. It's always best to create two smaller PRs than one big one.
@@ -78,5 +78,5 @@ Closes #12
7878
## Branches explained
7979

8080
As you can see we have multiple branches:
81-
- **master**: This branch stores the latest stable version of tailwindjs/react-tailwindjs.
82-
- **dev-master**: This is the **development** branch of tailwindjs/react-tailwindjs, and this is where everything is happening before releasing on master
81+
- **master**: This branch stores the latest stable version of @afc/react-tailwind.
82+
- **dev-master**: This is the **development** branch of @afc/react-tailwind, and this is where everything is happening before releasing on master

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 https://github.com/tailwindjs/react-tailwindjs
3+
Copyright (c) 2020 https://github.com/afc-org/react-tailwind
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Tailwindjs/react-tailwindjs
1+
# @afc/react-tailwind
22

3-
![version](https://img.shields.io/badge/version-0.1.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) <a href="https://github.com/tailwindjs/react-tailwindjs/issues?q=is%3Aopen+is%3Aissue" target="_blank">![GitHub issues open](https://img.shields.io/github/issues/tailwindjs/react-tailwindjs.svg)</a> <a href="https://github.com/tailwindjs/react-tailwindjs?q=is%3Aissue+is%3Aclosed" target="_blank">![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/tailwindjs/react-tailwindjs.svg)</a>
3+
![version](https://img.shields.io/badge/version-0.1.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) <a href="https://github.com/afc-org/react-tailwind/issues?q=is%3Aopen+is%3Aissue" target="_blank">![GitHub issues open](https://img.shields.io/github/issues/@afc/react-tailwind.svg)</a> <a href="https://github.com/afc-org/react-tailwind?q=is%3Aissue+is%3Aclosed" target="_blank">![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/@afc/react-tailwind.svg)</a>
44

5-
![tailwindjs/react-tailwindjs]({{--logo-image-here--}})
5+
<div align="center"><img src="./assets/logos/reactjs-tailwind-logo.png" alt="@afc/react-tailwind" width="300"/></div>
66

77
### A dynamic plugin extension for TailwindCSS.
88

9-
Tailwindjs/react-tailwindjs is Free and Open Source. It does not change or add any CSS to the already one from TailwindCSS, It comes with code written with React as an extension to TailwindCSS for you to have dynamic components inside your app as well.
9+
@afc/react-tailwind is Free and Open Source. It does not change or add any CSS to the already one from TailwindCSS, It comes with code written with React as an extension to TailwindCSS for you to have dynamic components inside your app as well.
1010

1111
**Components**
1212

@@ -28,9 +28,9 @@ We plan on implementing more, in the weeks to come.
2828

2929
## Versions
3030

31-
|Angular|JavaScript|React|VueJS|Svelte|
31+
|Angular|JavaScript|React|Svelte|VueJS|
3232
| --- | --- | --- | --- | --- |
33-
| <a href="https://github.com/tailwindjs/angular-tailwindjs" target="_blank">Check Angular</a> | <a href="https://github.com/tailwindjs/tailwindjs" target="_blank">Check JavaScript</a> | <a href="https://github.com/tailwindjs/react-tailwindjs" target="_blank">Check React</a> | <a href="https://github.com/tailwindjs/vue-tailwindjs" target="_blank">Check VueJS</a> | <a href="https://github.com/tailwindjs/svelte-tailwindjs" target="_blank">Check Svelte</a> |
33+
| <a href="https://github.com/afc-org/angular-tailwind" target="_blank">![Check Angular](./assets/logos/angular-tailwind-logo.png)</a> | <a href="https://github.com/afc-org/js-tailwind" target="_blank">![Check JavaScript](./assets/logos/javascript-tailwind-logo.png)</a> | <a href="https://github.com/afc-org/react-tailwind" target="_blank">![Check React](./assets/logos/reactjs-tailwind-logo.png)</a> | <a href="https://github.com/afc-org/svelte-tailwind" target="_blank">![Check Svelte](./assets/logos/svelte-tailwind-logo.png)</a> | <a href="https://github.com/afc-org/vue-tailwind" target="_blank">![Check VueJS](./assets/logos/vuejs-tailwind-logo.png)</a>|
3434

3535
## Components
3636

@@ -47,12 +47,12 @@ We plan on implementing more, in the weeks to come.
4747
## Quick start
4848

4949
```
50-
npm i -E @tailwindjs/react-tailwindjs
50+
npm i -E @afc/react-tailwind
5151
```
5252

5353
## Documentation - React
5454

55-
After you have installed `@tailwindjs/react-tailwindjs` into your project, you can import and use our components like so:
55+
After you have installed `@afc/react-tailwind` into your project, you can import and use our components like so:
5656

5757
### Alert
5858

@@ -62,9 +62,9 @@ Usage:
6262
// with closing button
6363
6464
import React from "react";
65-
import { Alert } from "@tailwindjs/react-tailwindjs";
65+
import { Alert } from "@afc/react-tailwind";
6666
// or direct import
67-
// import Alert from "@tailwindjs/react-tailwindjs/Alert";
67+
// import Alert from "@afc/react-tailwind/Alert";
6868
6969
// With Function Components (hooks)
7070
export default function YourFunctionName() {
@@ -92,9 +92,9 @@ export default function YourFunctionName() {
9292
// this means, that you can controll whether the Alert is shown or not
9393
9494
import React from "react";
95-
import { Alert } from "@tailwindjs/react-tailwindjs";
95+
import { Alert } from "@afc/react-tailwind";
9696
// or direct import
97-
// import Alert from "@tailwindjs/react-tailwindjs/src/Alert";
97+
// import Alert from "@afc/react-tailwind/src/Alert";
9898
9999
// With Function Components (hooks)
100100
export default function YourFunctionName() {
@@ -159,7 +159,7 @@ Usage:
159159

160160
```
161161
import React from "react";
162-
import { Button } from "@tailwindjs/react-tailwindjs";
162+
import { Button } from "@afc/react-tailwind";
163163
164164
// With Function Components (hooks)
165165
export default function YourFunctionName() {
@@ -210,7 +210,7 @@ import {
210210
DropdownToggle,
211211
DropdownMenu,
212212
DropdownItem
213-
} from "@tailwindjs/react-tailwindjs";
213+
} from "@afc/react-tailwind";
214214
215215
const YourComponent = () => {
216216
return (
@@ -237,7 +237,7 @@ import {
237237
DropdownToggle,
238238
DropdownMenu,
239239
DropdownItem
240-
} from "@tailwindjs/react-tailwindjs";
240+
} from "@afc/react-tailwind";
241241
242242
const YourComponent = () => {
243243
const [show,setShow] = React.useState(false);
@@ -371,7 +371,7 @@ import {
371371
ModalFooter,
372372
ModalHead,
373373
ModalTitle
374-
} from "@tailwindjs/react-tailwindjs";
374+
} from "@afc/react-tailwind";
375375
376376
const YourComponent = () => {
377377
const [show, setShow] = React.useState(false);
@@ -498,7 +498,7 @@ import {
498498
NavbarLink,
499499
NavbarNav,
500500
NavbarToggler
501-
} from "@tailwindjs/react-tailwindjs";
501+
} from "@afc/react-tailwind";
502502
503503
const YourComponent = () => {
504504
return (
@@ -541,7 +541,7 @@ import {
541541
NavbarLink,
542542
NavbarNav,
543543
NavbarToggler
544-
} from "@tailwindjs/react-tailwindjs";
544+
} from "@afc/react-tailwind";
545545
546546
const YourComponent = () => {
547547
const [show, setShow] = React.useState(false);
@@ -690,7 +690,7 @@ Usage:
690690
```
691691
// controlled usage
692692
import React from "react";
693-
import { Button, Popover, PopoverHead, PopoverBody } from "@tailwindjs/react-tailwindjs";
693+
import { Button, Popover, PopoverHead, PopoverBody } from "@afc/react-tailwind";
694694
695695
const YourComponent = () => {
696696
const [show, setShow] = React.useState(false);
@@ -778,7 +778,7 @@ Usage:
778778
```
779779
// controlled usage
780780
import React from "react";
781-
import { Button, Tooltip } from "@tailwindjs/react-tailwindjs";
781+
import { Button, Tooltip } from "@afc/react-tailwind";
782782
783783
const YourComponent = () => {
784784
const [show, setShow] = React.useState(false);
@@ -849,7 +849,7 @@ Usage:
849849
```
850850
// uncontrolled version
851851
import React from "react";
852-
import { TabContainer, TabItem, TabLink, TabContent } from "@tailwindjs/react-tailwindjs";
852+
import { TabContainer, TabItem, TabLink, TabContent } from "@afc/react-tailwind";
853853
854854
const YourComponent = () => {
855855
return (
@@ -928,7 +928,7 @@ export default YourComponent;
928928
// of each tab-link individualy, the color from the tab-container
929929
// will no longer be applied :(
930930
import React from "react";
931-
import { TabContainer, TabItem, TabLink, TabContent } from "@tailwindjs/react-tailwindjs";
931+
import { TabContainer, TabItem, TabLink, TabContent } from "@afc/react-tailwind";
932932
933933
const YourComponent = () => {
934934
const [active, setActive] = React.useState("tab-id-2");
@@ -1128,7 +1128,7 @@ import "path/to/your/tailwindcss/compiled/styles.css";
11281128

11291129
## Dependencies
11301130

1131-
**@tailwindjs/react-tailwindjs** to properly work needs the following dependencies:
1131+
**@afc/react-tailwind** to properly work needs the following dependencies:
11321132
- **@popperjs/core**@2.2.1
11331133
- **react**@16.13.1
11341134
- **react-dom**@16.13.1
@@ -1142,31 +1142,31 @@ At present, we officially aim to support the last two versions of the following
11421142

11431143
| Chrome | Firefox | Edge | Safari | Opera |
11441144
|:---:|:---:|:---:|:---:|:---:|
1145-
| <img src="https://github.com/tailwindjs/react-tailwindjs/blob/master/assets/logos/chrome-logo.png?raw=true" width="64" height="64"> | <img src="https://github.com/tailwindjs/react-tailwindjs/blob/master/assets/logos/firefox-logo.png?raw=true" width="64" height="64"> | <img src="https://github.com/tailwindjs/react-tailwindjs/blob/master/assets/logos/edge-logo.png?raw=true" width="64" height="64"> | <img src="https://github.com/tailwindjs/react-tailwindjs/blob/master/assets/logos/safari-logo.png?raw=true" width="64" height="64"> | <img src="https://github.com/tailwindjs/react-tailwindjs/blob/master/assets/logos/opera-logo.png?raw=true" width="64" height="64"> |
1145+
| <img src="./assets/logos/chrome-logo.png" width="64" height="64"> | <img src="./assets/logos/firefox-logo.png" width="64" height="64"> | <img src="./assets/logos/edge-logo.png" width="64" height="64"> | <img src="./assets/logos/safari-logo.png" width="64" height="64"> | <img src="./assets/logos/opera-logo.png" width="64" height="64"> |
11461146

11471147
## Reporting Issues
11481148

11491149
We use GitHub Issues as the official bug tracker for the Angular Landing Page. Here are some advices for our users that want to report an issue:
11501150

1151-
1. Make sure that you are using the latest version of the @tailwindjs/react-tailwindjs.
1151+
1. Make sure that you are using the latest version of the @afc/react-tailwind.
11521152
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
11531153
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
11541154

11551155
## Contributors
11561156
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
1157-
<a href="https://github.com/tailwindjs/react-tailwindjs/contributors"><img src="https://opencollective.com/tailwindjs/contributors.svg?width=890&button=false" /></a>
1157+
11581158

11591159
## Licensing
11601160

1161-
- Copyright 2020 Tailwindjs/react-tailwindjs
1161+
- Copyright 2020 @afc/react-tailwind
11621162

1163-
- Licensed under <a href="https://github.com/tailwindjs/react-tailwind/blob/master/LICENSE.md" target="_blank">MIT</a>
1163+
- Licensed under <a href="https://github.com/afc-org/react-tailwind/blob/master/LICENSE.md" target="_blank">MIT</a>
11641164

11651165
## Resources
1166-
- Tailwindjs projects: <a href="https://github.com/tailwindjs/" target="_blank">https://github.com/tailwindjs/</a>
1167-
- JavaScript & TailwindCSS: <a href="https://github.com/tailwindjs/tailwindjs" target="_blank">https://github.com/tailwindjs/tailwindjs</a>
1168-
- Angular & TailwindCSS: <a href="https://github.com/tailwindjs/angular-tailwindjs" target="_blank">https://github.com/tailwindjs/angular-tailwindjs</a>
1169-
- React & TailwindCSS: <a href="https://github.com/tailwindjs/angular-tailwindjs" target="_blank">https://github.com/tailwindjs/react-tailwindjs</a>
1170-
- Svelte & TailwindCSS: <a href="https://github.com/tailwindjs/angular-tailwindjs" target="_blank">https://github.com/tailwindjs/svelte-tailwindjs</a>
1171-
- VueJS & TailwindCSS: <a href="https://github.com/tailwindjs/angular-tailwindjs" target="_blank">https://github.com/tailwindjs/vue-tailwindjs</a>
1172-
- Issues: <a href="https://github.com/tailwindjs/react-tailwindjs/issues" target="_blank">Github Issues Page</a>
1166+
- AFC-ORG projects: <a href="https://github.com/afc-org/" target="_blank">https://github.com/afc-org/</a>
1167+
- JavaScript & TailwindCSS: <a href="https://github.com/afc-org/js-tailwind" target="_blank">https://github.com/afc-org/js-tailwind</a>
1168+
- Angular & TailwindCSS: <a href="https://github.com/afc-org/angular-tailwind" target="_blank">https://github.com/afc-org/angular-tailwind</a>
1169+
- React & TailwindCSS: <a href="https://github.com/afc-org/angular-tailwind" target="_blank">https://github.com/afc-org/react-tailwind</a>
1170+
- Svelte & TailwindCSS: <a href="https://github.com/afc-org/angular-tailwind" target="_blank">https://github.com/afc-org/svelte-tailwind</a>
1171+
- VueJS & TailwindCSS: <a href="https://github.com/afc-org/angular-tailwind" target="_blank">https://github.com/afc-org/vue-tailwind</a>
1172+
- Issues: <a href="https://github.com/afc-org/react-tailwind/issues" target="_blank">Github Issues Page</a>
78.2 KB
Loading
100 KB
Loading
93.4 KB
Loading

assets/logos/svelte-tailwind-logo.png

83 KB
Loading

assets/logos/vuejs-tailwind-logo.png

93.6 KB
Loading

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tailwindjs/react-tailwindjs",
2+
"name": "@afc/react-tailwind",
33
"version": "0.1.0",
44
"description": "Dynamic components for Tailwindcss and ReactJS",
55
"main": "./src/index.js",
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/tailwindjs/react-tailwindjs.git"
11+
"url": "git+https://github.com/afc-org/react-tailwind.git"
1212
},
1313
"keywords": [
1414
"react",
@@ -22,14 +22,17 @@
2222
"react-tailwind",
2323
"react-tailwindcss",
2424
"react-tailwindjs",
25-
"tailwindjs"
25+
"tailwindjs",
26+
"afc-org",
27+
"afc",
28+
"@afc"
2629
],
27-
"author": "@tailwindjs",
30+
"author": "afc-org",
2831
"license": "MIT",
2932
"bugs": {
30-
"url": "https://github.com/tailwindjs/react-tailwindjs/issues"
33+
"url": "https://github.com/afc-org/react-tailwind/issues"
3134
},
32-
"homepage": "https://github.com/tailwindjs/react-tailwindjs#readme",
35+
"homepage": "https://github.com/afc-org/react-tailwind#readme",
3336
"peerDependencies": {
3437
"@popperjs/core": "2.2.x",
3538
"classnames": "2.2.x",

0 commit comments

Comments
 (0)