-
Notifications
You must be signed in to change notification settings - Fork 165
chore: update README.md to emphasize the importance of importing styles #260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update README.md to emphasize the importance of importing styles #260
Conversation
…d styles.css file
|
following up on this |
README.md
Outdated
| ... | ||
| ``` | ||
|
|
||
| > __Important:__ if you fail to import `react-base-table/styles.css` then `BaseTable` will not render as advertised in the included examples. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can move the instruction to code snippet above as an comment, and point to the advanced customize style section as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
K implemented your suggestion, let me if you'd like it to to be further tweaked!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
README.md
Outdated
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
although has no effect on rendered format, but nice to be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done 😉
README.md
Outdated
| // Important: if you fail to import react-base-table/styles.css then | ||
| // BaseTable will not render as advertised in the included examples. | ||
| // For advanced styling see link below: | ||
| // https://github.com/Autodesk/react-base-table/blob/master/docs/advance.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/Autodesk/react-base-table#advance this link would be better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are lightning fast, thank you 👍
react-base-table/styles.cssin order forBaseTableto render as advertised in examples