-
Notifications
You must be signed in to change notification settings - Fork 643
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
[Feature Request] Add TypeScript typings for argon-design-system-react package #5
Comments
Hello there, @rjkz808 , I've just made a new branch called feature/typescript-support: https://github.com/creativetimofficial/argon-design-system-react/tree/feature/typescript-support Best, |
I understand it. Regular declaration files would only affect projects that use TypeScript, I'll not rewrite the whole code base to TS 😄 |
Oh, I think I missed up the library source code. I thought you have your own React components, but now I understand that it's more like an UI theme for Bootstrap. So, it can be used with any React libraries that are integrated with bootstrap (like react-bootstrap or reactstrap), right? |
And this repo is an example of using this theme, isn't it? |
Hello again, @rjkz808 , I do not follow your comments, especially the last one, which theme are you referring to and which repo? Best, |
As I understand this repo is a showcase for your Bootstrap CSS theme (which I hope is placed here https://github.com/creativetimofficial/argon-design-system-react/blob/master/src/assets/css/argon-design-system-react.css). I thought that |
Or maybe it's not a showcase project but a template one |
Hello again, This is a Bootstrap Template: https://demos.creative-tim.com/argon-design-system-react/?ref=adsr-github-readme#/ Best, |
Yup, and this repo is its source code, right? |
I mean you don't have your own react components library, but you have some template/showcase repos of your CSS library and one of them is for React. Is it correct? |
Yes, indeed. |
What is your enhancement?
This UI kit is awesome. But it could be even better if there's some possibility to integrate with TypeScript. A lot of React projects use TS and also a lot of react component libraries have their own types declaration files (for example, https://github.com/react-bootstrap/react-bootstrap and https://github.com/mui-org/material-ui).
The text was updated successfully, but these errors were encountered: